home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Security / Hotspot Shield 1.08 / HSS-1.08-install-anchorfree-76-conduit.exe / chrome / hotspot_shield.jar / skin / scrollbars.css < prev    next >
Cascading Style Sheet File  |  2008-06-26  |  6KB  |  233 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
  3.  
  4. /* :: scrollbar :: */
  5. scrollbar 
  6. {
  7.     -moz-appearance: none !important;
  8.     border: none !important;
  9.     -moz-binding: url("chrome://hotspot_shield/skin/ScrollbarBindings.xml#scrollbar");
  10.     cursor: default;
  11.     background: url("chrome://hotspot_shield/skin/scrollbar/horizontal-background.png");
  12. }
  13.  
  14. scrollbar[orient="vertical"] 
  15. {
  16.     -moz-appearance: none !important;
  17.     border: none !important;
  18.     background: url("chrome://hotspot_shield/skin/scrollbar/vertical-background.png");
  19. }
  20.  
  21. /* :: thumb (horizontal) :: */
  22.  
  23. thumb 
  24. {
  25.     -moz-appearance: none !important;
  26.     border: none !important;
  27.     -moz-binding: url("chrome://hotspot_shield/skin/ScrollbarBindings.xml#thumb");
  28.     background: url("chrome://hotspot_shield/skin/scrollbar/vertical-thumb.png");
  29.     min-height: 1px !important;
  30. }
  31.  
  32. thumb[orient="vertical"] > image.thumb-start 
  33. {
  34.     list-style-image: url("chrome://hotspot_shield/skin/scrollbar/vertical-thumb-start.png");
  35.     min-height: 3px !important;
  36. }
  37.  
  38. thumb[orient="vertical"] > image.thumb-end 
  39. {
  40.     list-style-image: url("chrome://hotspot_shield/skin/scrollbar/vertical-thumb-end.png");
  41.     min-height: 3px !important;
  42. }
  43.  
  44. thumb[orient="horizontal"] 
  45. {
  46.     -moz-appearance: none !important;
  47.     border: none !important;
  48.     background: url("chrome://hotspot_shield/skin/scrollbar/horizontal-thumb.png");
  49.     min-width: 1px;
  50. }
  51.  
  52. thumb[orient="horizontal"] > image.thumb-start 
  53. {
  54.     list-style-image: url("chrome://hotspot_shield/skin/scrollbar/horizontal-thumb-start.png");
  55.     min-width: 3px;
  56. }
  57.  
  58. thumb[orient="horizontal"] > image.thumb-end 
  59. {
  60.     list-style-image: url("chrome://hotspot_shield/skin/scrollbar/horizontal-thumb-end.png");
  61.     min-width: 3px;
  62. }
  63.  
  64. thumb[orient="vertical"] > gripper 
  65. {
  66.     -moz-appearance: none !important;
  67.     border: none !important;
  68.     background: url("chrome://hotspot_shield/skin/scrollbar/vertical-gripper.png");
  69.     width: 13px;
  70.     min-height: 6px;
  71.     max-height: 6px;
  72. }
  73.  
  74. thumb[orient="horizontal"] > gripper 
  75. {
  76.     -moz-appearance: none !important;
  77.     border: none !important;
  78.     background: url("chrome://hotspot_shield/skin/scrollbar/horizontal-gripper.png");
  79.     height: 13px;
  80.     min-width: 6px;
  81.     max-width: 6px;
  82. }
  83.  
  84. /* :: scrollbar button :: */
  85.  
  86. scrollbarbutton 
  87. {
  88.     -moz-appearance: none !important;
  89.     border: none !important;
  90.     background-repeat: no-repeat;
  91. }
  92.  
  93. /* .. increment . */
  94.  
  95. scrollbarbutton[type="increment"] 
  96. {
  97.     min-width: 16px;
  98.     min-height: 13px;
  99.     background: url("chrome://hotspot_shield/skin/scrollbar/right.png");
  100. }
  101.  
  102. scrollbarbutton[type="increment"]:hover 
  103. {
  104.     background: url("chrome://hotspot_shield/skin/scrollbar/right-active.png");
  105. }
  106.  
  107. scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] 
  108. {
  109.     min-width: 13px;
  110.     min-height: 16px;
  111.     background: url("chrome://hotspot_shield/skin/scrollbar/down.png");
  112. }
  113.  
  114. scrollbar[orient="vertical"] > scrollbarbutton[type="increment"]:hover 
  115. {
  116.     background: url("chrome://hotspot_shield/skin/scrollbar/down-active.png");
  117. }
  118.  
  119. /* .. decrement . */
  120.  
  121. scrollbarbutton[type="decrement"] 
  122. {
  123.     min-width: 16px;
  124.     min-height: 13px;
  125.     background: url("chrome://hotspot_shield/skin/scrollbar/left.png");
  126. }
  127.  
  128. scrollbarbutton[type="decrement"]:hover 
  129. {
  130.     background: url("chrome://hotspot_shield/skin/scrollbar/left-active.png");
  131. }
  132.  
  133. scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] 
  134. {
  135.     min-width: 13px;
  136.     min-height: 16px;
  137.     background: url("chrome://hotspot_shield/skin/scrollbar/up.png");
  138. }
  139.  
  140. scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"]:hover 
  141. {
  142.     background: url("chrome://hotspot_shield/skin/scrollbar/up-active.png");
  143. }
  144.  
  145. scrollcorner 
  146. {
  147.     background-color: white;
  148. }
  149.  
  150. /* :: */
  151. /*  MEDIA PRINT : */
  152. /* :: */
  153. @media print {
  154. /* :: scrollbar :: */
  155.  
  156. html|div scrollbar {
  157. -moz-appearance: scrollbartrack-horizontal;
  158. -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar");
  159. cursor: default;
  160. background: url("chrome://hotspot_shield/skin/scrollbar/slider.gif") scrollbar;}
  161.  
  162. html|div scrollbar[orient="vertical"] 
  163. {
  164. -moz-appearance: scrollbartrack-vertical;}
  165.  
  166. /* :: borders for thumb and buttons :: */
  167.  
  168. html|div thumb,
  169. html|div scrollbarbutton {
  170. border: 2px solid;
  171. -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight;
  172. -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
  173. -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
  174. -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight;
  175. background-color: -moz-Dialog;}
  176.  
  177. /* :: thumb (horizontal) :: */
  178.  
  179. html|div thumb {
  180. -moz-appearance: scrollbarthumb-vertical;
  181. min-height: 8px;}
  182.  
  183. html|div thumb[orient="horizontal"] {
  184. -moz-appearance: scrollbarthumb-horizontal;
  185. min-width: 8px;}
  186.  
  187. html|div thumb > gripper {
  188. -moz-appearance: scrollbargripper-vertical;}
  189.  
  190. html|div thumb[orient="horizontal"] > gripper {
  191. -moz-appearance: scrollbargripper-horizontal;}
  192.  
  193. /* :: scrollbar button :: */
  194.  
  195. html|div scrollbarbutton {
  196. background: -moz-Dialog no-repeat 0px 1px;
  197. min-width: 17px;
  198. min-height: 17px;}
  199.  
  200. html|div scrollbarbutton:hover:active {
  201. -moz-border-top-colors: ThreeDShadow -moz-Dialog;
  202. -moz-border-right-colors: ThreeDShadow -moz-Dialog;
  203. -moz-border-bottom-colors: ThreeDShadow -moz-Dialog;
  204. -moz-border-left-colors: ThreeDShadow -moz-Dialog;
  205. background-position: 1px 2px;}
  206.  
  207. /* .. increment . */
  208.  
  209. html|div scrollbarbutton[type="increment"] {
  210. -moz-appearance: scrollbarbutton-right;
  211. background-image: url("chrome://global/skin/arrow/arrow-rit.gif")
  212. }
  213.  
  214. html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] {
  215. -moz-appearance: scrollbarbutton-down;
  216. background-image: url("chrome://global/skin/arrow/arrow-dn.gif")
  217. }
  218.  
  219. /* .. decrement . */
  220.  
  221. html|div scrollbarbutton[type="decrement"] {
  222. -moz-appearance: scrollbarbutton-left;
  223. background-image: url("chrome://global/skin/arrow/arrow-lft.gif")
  224. }
  225.  
  226. html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {
  227. -moz-appearance: scrollbarbutton-up;
  228. background-image: url("chrome://global/skin/arrow/arrow-up.gif")
  229. }
  230.  
  231.  
  232. }
  233.